home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / think / MADgic41.lzh / 1988 / hithard2.s < prev    next >
Text File  |  1989-10-04  |  647b  |  18 lines

  1. ;Hit Hard 2
  2. ;by Jon Newman  
  3. ;United States of America
  4. ;
  5. START         MOV   #  4,             CNT
  6.               MOV   #  11,            BOMB1
  7. LOOP1         MOV      BOMB1,        -8008
  8.               ADD      BOMB1,         LOOP1
  9.               JMN      LOOP1,         LOOP1
  10. START2        MOV   # -8008,          LOOP1
  11.               SUB      CNT,           BOMB1
  12.               DJN      LOOP1,         CNT
  13. LOOP2         MOV      BOMB2,      <  TARGET2
  14. CNT           JMP      LOOP2,         TARGET2+1
  15. BOMB1         SPL      0,             11
  16. BOMB2         DAT                   -10
  17. TARGET2       DAT                   -10
  18.               END      START